object frmSplash: TfrmSplash Left = 367 Top = 173 BorderStyle = bsNone ClientHeight = 351 ClientWidth = 328 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 328 Height = 350 BevelInner = bvLowered BevelWidth = 2 TabOrder = 0 object Image1: TImage Left = 4 Top = 4 Width = 319 Height = 341 AutoSize = True Picture.Data = {} end object lblRegistered: TLabel Left = 12 Top = 308 Width = 99 Height = 19 Caption = 'Unregistered' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblReg1: TLabel Left = 12 Top = 308 Width = 164 Height = 13 Caption = 'This product is registered to:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False end object lblReg2: TLabel Left = 12 Top = 322 Width = 39 Height = 13 Caption = 'Label1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False end object btnOK: TButton Left = 126 Top = 307 Width = 75 Height = 25 Caption = 'OK' Enabled = False TabOrder = 0 TabStop = False OnClick = btnOKClick end end object tmrClose: TTimer Enabled = False Interval = 4000 OnTimer = tmrCloseTimer Left = 16 Top = 252 end object tmrButton: TTimer Enabled = False Interval = 4000 OnTimer = tmrButtonTimer Left = 16 Top = 208 end end